home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / EDITSEAR.RH < prev    next >
Text File  |  1997-05-06  |  811b  |  39 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Resource & command IDs to use with editsear.rc and editsear.h
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_EDITSEAR_RH)
  10. #define OWL_EDITSEAR_RH
  11.  
  12. #if !defined(OWL_EDIT_RH)
  13. # include <owl/edit.rh>
  14. #endif
  15.  
  16. //
  17. // Commands
  18. //
  19. #define CM_EDITFIND         24351
  20. #define CM_EDITREPLACE      24352
  21. #define CM_EDITFINDNEXT     24353
  22.  
  23. //
  24. // String IDs
  25. //
  26. #define IDS_CANNOTFIND      32540
  27.  
  28. //
  29. // Menu IDs
  30. //
  31. #define IDM_EDITSEARCH      32541
  32.  
  33. //
  34. // Accelerator IDs
  35. //
  36. #define IDA_EDITSEARCH      32542
  37.  
  38. #endif  //  OWL_EDITSEAR_RH
  39.